06. Drawing Custom Views

21 4 AAK Create Custom View SC-Slide Part 2

Reflect

QUESTION:

Why do you need to override onSizeChanged()?

ANSWER:

When onSizeChanged() is called for the first time, the correct size for the canvas has been calculated and is now available for use.

Reflect

QUESTION:

What happens if you get the size of the canvas in onCreate()?

ANSWER:

In onCreate(), the size of the canvas is returned as 0,0 because its size has not been determined yet.